home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / id001.dxr / 00073.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  205 b   |  17 lines

  1. on exitFrame
  2.   handcursor(14)
  3.   handcursor(15)
  4.   handcursor(9)
  5.   if the timer > 2700 then
  6.     go(the frame + 1)
  7.   else
  8.     go(the frame)
  9.   end if
  10. end
  11.  
  12. on mouseUp
  13.   cursorOff()
  14.   sound stop 1
  15.   go(104)
  16. end
  17.